home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / hexdisplay.fpl.readme < prev    next >
Text File  |  1996-03-26  |  844b  |  30 lines

  1. ############################################
  2. File: HexDisplay.FPL
  3. Author: Kjell Ericson
  4. Email: kjer@netcom.se, FidoNet 2:201/328
  5. Short description: displays the current line with hexadecimal numbers
  6. Version: 1.0
  7. Date: 1.3.94
  8. Local settings:
  9. Global settings:
  10. Keysequence: "Amiga shift h"
  11. Type: key
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.   The two lines below the current will display the contents of the current
  17. line in hexadecimal numbers (the lines below will *not* get changed by this
  18. operation, only change looks until the screen is refreshed). The most
  19. significant number is the uppermost.
  20.  
  21. EXAMPLE
  22.   Below is a line consisting of two words. On that line we press the magic
  23. key sequence, and below that we see the output of this program:
  24.  
  25. --------------
  26.   Example line
  27. 224766766266660
  28. 00581D0C50C9E5A
  29. --------------
  30.